home *** CD-ROM | disk | FTP | other *** search
Text File | 1999-04-15 | 2.3 KB | 76 lines | [TEXT/MPS ] |
- #
- # File: USBKeypad.make
- #
- # Contains: Make file for Keyboard HID Module
- #
- # Version: xxx put version here xxx
- #
- # Copyright: © 1997-1998 by Apple Computer, Inc., all rights reserved.
- #
- MAKEFILE = USBKeypad.make
- •MondoBuild• = {MAKEFILE} # Make blank to avoid rebuilds when makefile is modified
- Includes = -i {USBInterfacesInternal},{USBInterfacesExternal}
- Sym•PPC = -sym on
- USBKeypadTarget = {USBTargets}Drivers:USBHIDMacAllyTenKey
-
- PPCCOptions = {Includes} {Sym•PPC} {NeptuneCOptions}
-
- LinkPPC = PPCLink
-
- Objects•PPC = "{USBObjects}USBKeypad.c.o" ∂
- "{USBObjects}USBKeypadHeader.c.o" ∂
- "{USBObjects}USBKeypadKeyIn.c.o"
-
- USBKeypad ƒƒ "{USBReleaseExtensions}USBHIDMacAllyTenKey"
-
- "{USBReleaseExtensions}USBHIDMacAllyTenKey" ƒ "{USBKeypadTarget}"
- duplicate -y "{USBKeypadTarget}" {Targ}
-
- {USBKeypadTarget} ƒƒ {•MondoBuild•} {Objects•PPC} ∂
- "{USBInterfacesInternal}USBClassDriver.exp"
- delete -i "{Targ}.xcoff"
- delete -i "{Targ}.dbg"
- {LinkPPC} ∂
- -map "{USBMapDir}USBHIDMacAllyTenKey.map" ∂
- -t 'ndrv' ∂
- -c 'usbd' ∂
- -o {USBKeypadTarget} {Sym•PPC} ∂
- {Objects•PPC} ∂
- -xm sharedlibrary ∂
- -share context ∂
- -@export "{USBInterfacesInternal}USBClassDriver.exp" ∂
- "{USBLibraries}USBServicesLib" ∂
- "{SharedLibraries}InterfaceLib"
-
-
- {USBKeypadTarget} ƒƒ "{USBInterfacesInternal}PackageVersion.h" ∂
- "USBKeypadVersion.h" ∂
- "USBKeypad.r" ∂
- {•MondoBuild•}
- Rez ∂
- -i "{USBInterfacesInternal}" ∂
- -i "{RIncludes}" ∂
- "{RIncludes}Types.r" ∂
- "USBKeypad.r" ∂
- -a ∂
- -o {Targ}
-
- "{USBObjects}USBKeypadHeader.c.o" ƒ "USBKeypadHeader.c" ∂
- "{USBInterfacesExternal}USB.h" ∂
- "{USBInterfacesInternal}PackageVersion.h" ∂
- "USBKeypadVersion.h" ∂
- "USBKeypad.h"
- {PPCC} USBKeypadHeader.c -o {Targ} {PPCCOptions}
-
- "{USBObjects}USBKeypad.c.o" ƒ "USBKeypad.c" ∂
- "{USBInterfacesExternal}USB.h" ∂
- "USBKeypad.h"
- {PPCC} USBKeypad.c -o {Targ} {PPCCOptions}
-
- "{USBObjects}USBKeypadKeyIn.c.o" ƒ "USBKeypadKeyIn.c"
- {PPCC} USBKeypadKeyIn.c -o {Targ} {PPCCOptions}
-
- Clean ƒƒ
- Delete -i {Objects•PPC}
- Delete -i {USBKeypadTarget}
- Delete -i "{USBReleaseExtensions}USBHIDMacAllyTenKey"